home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr49 / slikmode.zip / SLIKMODE.DOC < prev    next >
Text File  |  1993-05-11  |  1KB  |  29 lines

  1. SlikMode - Copyright 1989 Software For Cash, Inc.
  2.  
  3. This is a rather silly program written in one afternoon in response to a bet
  4. (more like a dare).  The original problem was trying to write to a serial
  5. device (laser printer) that could handle 19200 baud, but good old DOS 3.3's
  6. MODE command won't accept any baud rate over 9600.
  7.  
  8. You can use this to set the UART to just about any baud you wish, which
  9. becomes handy when you wish to communicate with odd-ball devices, such as
  10. the engine-control computer in your car.
  11.  
  12. It works much like the DOS MODE command, with the exceptions that it only
  13. touches the COM port(s) and is command-line-switch driven, which I prefer
  14. over having the check the book about the order of the original MODE
  15. command's operands.
  16.  
  17. The source is written in MicroSoft C and the executable module was
  18. compiled using version 6.0A.  It has undergone limited testing on a
  19. variety of machines (XT's, AT's, PS/2's, and some almost-100% compatible's)
  20. with no known problems.
  21.  
  22. Please drop me a line if you have questions, comments, whatever.
  23.  
  24. SlikMode is BeerWare - If you like it, send me a case of beer.
  25.  
  26.      Brian Henning
  27.      72750,446
  28.  
  29.